Stops the process and sets the bookmark. The bookmark name (specified in the Inbox
)
object) is used to continue the process from this breakpoint.
Name | Type | Description |
---|---|---|
Inbox | InArgument<Inbox> |
Task description. |
TrackBefore | InArgument<TrackRecord> |
Recording into the process log before suspending the process. |
TrackAfter | InArgument<TrackRecord> |
Recording into the process log after resuming the process. |
SendBefore | InArgument<MessageInfo> |
Message before suspending the process. |
SendAfter | InArgument<MessageInfo> |
Message after resuming the process. |