Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/breakwater
connector-sdk
ConnectorExecutionIdentity
Type Alias ConnectorExecutionIdentity
ConnectorExecutionIdentity
:
|
{
isolationScope
?:
string
;
kind
:
"start"
;
runId
:
string
;
workflowId
:
string
;
}
|
{
isolationScope
?:
string
;
kind
:
"resume"
;
runId
:
string
;
suspension
:
ConnectorApprovalSuspension
;
workflowId
:
string
;
}
Runtime-owned identity of the leg currently executing the connector.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
Anchorage API reference
Loading...
Runtime-owned identity of the leg currently executing the connector.