Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

Workflow endpoint: Change state

Modified on Tue, 18 Jul, 2023 at 9:43 AM

This action allows to set the operation to a different state. For example, the status of a task controls who has access to the task. In addition, tasks in the mailbox can also be filtered based on the status.


CONTENTS


Configuration interface for actions of type Change state.


Parameters

Settings

Transactions can be deleted in this status
If this option is deactivated, it is not possible in Inbox to delete transactions which have been received in the current status.


Form submission

Advanced settings
It is possible to determine which login options are available to users who want to access transactions in this status.
Accessible by
Restrict the form call to user defined user groups. Only applies to logins via formcycle and Kerberos.
Form password
Here a password can be assigned, which must be entered with each call of this form.
Without login
Gives form users the option to continue without logging in.


Action variables

Actions of type Change state provide Action variables.


Standard action variables

[%$<action name>.SUCCESS%]
Return whether action was successfully executed. Returns Boolean (true/false).
[%$<action name>.RESULT%]
Return all results provided by the action in structured form.
[%$<action name>.ERROR_CODE%]
The error code thrown in case of an error in the action. Empty if no error occurred.
[%$<action name>.ERROR_MESSAGE%]
The thrown error message in the action's error case. Empty if no error occurred.


Action specific action variables

[%$<actionname>.RESULT.changed%]
Returns true if the current status of the action has changed, false otherwise.
[%$<actionname>.RESULT.newState.id%]
The ID of the new state.
[%$<ActionName>.RESULT.newState.name%]
The name of the new state.
[%$<ActionName>.RESULT.newState.uuid%]
The UUID of the new state.
[%$<ActionName>.RESULT.oldState.id%]
The ID of the previous state.
[%$<ActionName>.RESULT.oldState.name%]
The name of the previous state.
[%$<ActionName>.RESULT.oldState.uuid%]
The UUID of the previous state.
[%$<actionname>.ERROR.message%]
Error message returned if the state could not be found.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article