Category: System
This activity synchronizing critical path access in workflow.
Properties
Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
---|---|---|---|---|---|---|---|
NodeType | Contains the type for node | No | No | No | Output | No | |
Data Type: Text | Comments: | ||||||
Name | Name of the workflow node | Yes | Yes | No | Input | No | |
Data Type: Text | Comments: | ||||||
Description | Description of the workflow node | No | Yes | No | Input | No | |
Data Type: Text | Comments: | ||||||
Operation | Operation to be performed Create new mutex, Acquire mutex, Release mutex | Yes | Yes | No | Input | No | |
Data Type: Text | Comments: | ||||||
LogData | Any string to output to the workflow log | No | No | No | Input | No | |
Data Type: Text | Comments: |
Operations
Create new mutex
Creates a new mutex (Mutually-Exclusive)
Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
---|---|---|---|---|---|---|---|
Mutex | The underlying mutex object | No | No | No | Output | Yes | |
Data Type: Java Object | Comments: |
Acquire mutex
Acquires an existing mutex (Mutually-Exclusive)
Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
---|---|---|---|---|---|---|---|
Mutex | The underlying mutex object | Yes | No | No | Input | Yes | |
Data Type: Java Object | Comments: |
Release mutex
Releases an existing mutex (Mutually-Exclusive)
Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
---|---|---|---|---|---|---|---|
Mutex | The underlying mutex object | Yes | No | No | Input | Yes | |
Data Type: Java Object | Comments: |
Comments
0 comments
Please sign in to leave a comment.